projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ff82c
)
Fix a minor typo in translatable string
author
Piotr Drąg
<piotrdrag@gmail.com>
Mon, 23 Mar 2015 16:35:41 +0000
(17:35 +0100)
committer
Piotr Drąg
<piotrdrag@gmail.com>
Mon, 23 Mar 2015 16:35:41 +0000
(17:35 +0100)
gtk/gtktexttag.c
patch
|
blob
|
history
diff --git
a/gtk/gtktexttag.c
b/gtk/gtktexttag.c
index f5f34f0c3244f2f935e8eeecc2f8750b1b90a6ea..92962751afe37785e0b9bf4e704b9c27f3cb9443 100644
(file)
--- a/
gtk/gtktexttag.c
+++ b/
gtk/gtktexttag.c
@@
-555,8
+555,8
@@
gtk_text_tag_class_init (GtkTextTagClass *klass)
g_object_class_install_property (object_class,
PROP_STRIKETHROUGH_RGBA,
g_param_spec_boxed ("strikethrough-rgba",
- P_("Strike
-
through RGBA"),
- P_("Color of strike
-
through for this text"),
+ P_("Strikethrough RGBA"),
+ P_("Color of strikethrough for this text"),
GDK_TYPE_RGBA,
GTK_PARAM_READWRITE));